home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Entertainment
/
luff stuff
/
luff⁄makefile
< prev
next >
Wrap
Makefile
|
1985-11-08
|
649b
|
30 lines
.SUFFIXES: .b .c
SOURCES=adm.c automat.c autom.c chose.c inmove.c\
terminal.c upd.c catch.c updtht.c utboard.c
OBJECTS=adm.b automat.b autom.b chose.b inmove.b\
terminal.b upd.b catch.b updtht.b utboard.b
.c.b: ; cc68 -m -c $*.c
MacLuff.rsrc: b.out MacLuff.rc
rmaker MacLuff.rc
b.out: ${OBJECTS}
cc68 -m ${OBJECTS}
adm.b autom.b chose.b inmove.b\
terminal.b upd.b catch.b updtht.b utboard.b: def.h
adm.b inmove.b terminal.b : MacLuff.h
cleanup:
rm -f *.b
load:
macput -r MacLuff -a LUFF
print:
print makefile MacLuff.rc MacLuff.h def.h\
adm.c automat.c autom.c chose.c inmove.c\
terminal.c upd.c catch.c updtht.c utboard.c